﻿@charset "UTF-8";
/*css 初始化开始 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { 
    margin: 0; 
    padding: 0; 
}
fieldset, img,input,button { 
    border: none; 
    padding: 0;
    margin: 0;
    outline-style: none; 
}
ul, ol { 
    list-style: none; 
}
input { 
    padding-top: 0; 
    padding-bottom: 0; 
    font-family: Microsoft YaHei;
}
select, input { 
    vertical-align: middle;
}
select, input, textarea { 
    font-size: 14px; margin: 0; 
}
textarea { 
    resize: none; 
} /*防止拖动*/
img {
    border: 0;	
    vertical-align: middle; 
}  /*  去掉图片低测默认的3像素空白缝隙*/
table { 
    border-collapse: collapse; 
}
body {
    color: #000;
    overflow-x: hidden;	
	font-size: 14px;
    font-family: Microsoft YaHei;
}
.clearfix:before,.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.clearfix{
	clear:both;
    *zoom: 1;/*IE/7/6*/
}
a {
    text-decoration: none;
	color: #90939b;
}
h1,h2,h3,h4,h5,h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}
s,i,em{
    font-style: normal;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color:inherit;
	color:#1e8bc3;
}

.top {
    height: 35px;
    line-height: 35px;
    border-bottom: 5px solid #1e8bc3;   
}
.top a {
	color:#000;
}
/*导航*/
.navbar-default {
    background-color: #fff;
    border-color: transparent;
}
.navbar {
    margin: 0;
}
.navbar-brand {
    height:auto;
}
.navbar-nav>li a{
    color: #1e8bc3 !important;
    padding: 35px 15px;
}
.navbar-nav>li:hover {
    background-color: #1e8bc3!important;  
}
.navbar-nav>li:hover a {
    color: #fff!important;
} 
.navbar-nav>li a.active {
    background-color: #1e8bc3!important;
    color: #fff!important;
}
@media (min-width:992px) and (max-width:1200px){
    .navbar-header{
        width:35%;
    }
}
@media (min-width:768px) and (max-width:991px){
	.navbar-header{
        width:36%;
    }
	.navbar-nav>li a {
        padding:35px 5px;
    }
	.navbar-brand {
		padding:15px 0!important;
	}
}
@media (max-width:768px){
    .navbar-brand{
        width: 80%;
    }
    .navbar-nav>li a {
        padding:10px;
    }
}

.carousel-inner>.item {
	text-align:center;
}
.carousel-inner>.item>img {
	display:inline;
}
.n_banner {
	text-align:center;
}
.n_banner img {
	display:inline;
}

/*通用*/
.index-body {
    padding: 70px 0px;
    background: #fff;
}
.index-body:nth-of-type(odd){
    background: #f3f3f4;
}
.tit h3 {
    font-size: 36px;
    color: #37474f;
    line-height: 50px;
}
.tit p {
    font-size: 16px; 
    width: 80%;
    color: #5e7387;
    margin: 0px auto;
    line-height: 35px;
}
/*图标*/
.sign {
    margin-top:50px;
}
.sign li i {
    font-size: 45px;
    width: 120px;
    height: 120px;
    color: #2574A9;
    border: 1px solid #bdc3c7;
    text-align: center;
    line-height: 120px;
    border-radius: 100%;    
    transition: all 0.25s linear;
} 
.sign li i:hover {
    color: #fff;
    background-color: #2574A9; 
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); 
    transform: translate3d(0, -5px, 0);
}
.sign li h4 {
    margin: 15px 0;
    font-size: 20px;
    color: #2a333c;
}
.sign li p {
    color: #5e7387;
    line-height: 25px;
    font-size: 14px;
}

/*产品*/
.iprotype {
    padding:30px 0;
    overflow: hidden;
}
.iprotype>li {
    display: inline-block;
    background-color: #fff;
    margin:2px 1px;
	padding: 8px 20px;
    color: #76838f;
	cursor:pointer;	
}
.iprohov{background:#2574a9!important;color:#fff!important;}
.ipro_con{display:none;}
.ipro_con0{display:block;}

.ipro_con li {
  padding:5px;
}
.ipro_con li .cpro .cpro_img{
  position: relative; 
  overflow: hidden;
}
.cpro_img img{
  width: 100%;
}
.overlay{
  position: absolute; 
  top: 0; left: 0; right: 0; bottom: 0; 
  background: rgba(30, 139, 195, 0.6); 
  opacity: 0; 
  transition: all .3s ease;
}
.cpro_img a{
  color: #fff;
}
.cpro:hover .cpro_img .overlay{
  opacity: 1;
}
.inner{
  display: table; 
  width: 100%; 
  height: 100%; 
  position: relative;
}
.inner:before{
  content: ''; 
  position: absolute; 
  top: 8px; left: 8px; right: 8px; bottom: 8px; 
  border: 1px solid #fff;
}
.social{
  display: table-cell; 
  vertical-align: middle; 
  position: relative; 
  padding: 30px;
}
.cpro_txt{
  background: #fff; 
  border-top: 2px solid #1e8bc3; 
  display: block; 
  padding: 12px 20px;
}
.cpro_txt h4 a{
  color: #1e8bc3; 
  font-size: 18px; 
  display:block;  
}
.cpro:hover .cpro_txt{
  background: #2574a9;
  border-top-color: #2574a9;
}
.cpro:hover .cpro_txt h4 a{
  color: #fff;
}
.prolist li {
  padding:10px;
}
.prolist li .cpro .cpro_img{
  position: relative; 
  overflow: hidden;
}
/*首页新闻*/
.inew_img:hover {
    background: #1e8bc3;
}
.inew_img:hover img {
    opacity: 0.6;
}
.n_tit {
    font-size: 24px;
    line-height: 28px;
    color: #044A67;
    padding: 10px 0;
}
.inew li {
    height:35px;
    line-height: 35px;
}
.inew li a {
    font-size: 15px;
    color: #37474f;
    float: left;
    width: 70%;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.inew li:hover {
    background: #F3F7F9;
}
.inew li:hover a {   
    color: #89bceb;
}
.inew li span {
    float:right;
    width:30%;
    color: #37474f;
    text-align: right;
}
.new_more {
    display: block;
    color: #fff;
    background: #1E8BC3;
    padding: 8px 12px;
    margin: 10px 0px;
    border-radius: 4px;
    max-width: 100px;
}
.new_more:hover {
   color: #fff;
   background: #2574A9;
}
.protext {
	line-height:30px;
	padding:10px;
	color:#90939b;
}
/*公司简介*/
.com_tit {
	font-size:22px;
	color:#1e8bc3;
}
.iabout {
  margin-top: 15px;
}
.iabout p {
  line-height: 30px;
  text-indent: 2em;
}
.iabout a {
  padding: 20px 0;
 
  font-size: 16px;
  color:#000;
}
/*客户案例*/
.icase {
  margin-top:15px;
}
.case_in {
	margin:10px 0;
}
.case_img{
  border: 5px solid #2574a9; 
  border-radius: 50%; 
  display: inline-block; 
  margin-bottom: -82px; 
  position: relative; 
  z-index: 99; 
  overflow: hidden;
}
.case_img img {
	max-width:150px;
	min-height:150px;
}
.case_box h4{
  color: #fff; 
  font-size: 16px; 
  font-weight: 700; 
  margin-top: 24px; 
}
.case_box h4 a{
  color: #1E8BC3;
}
.case_box p{
  color: #555; 
  font-size: 14px; 
  margin-top: 10px;   
}
.case_in:hover .case_box h4 a,.case_in:hover .case_box p{
  color: #fff;
}
.case_box{
  background: #f3f3f4; 
  padding:82px 22px 40px;
  border: 1px solid #e2e2e2;
  display: inline-block; 
  vertical-align: middle; 
  transform: translateZ(0); 
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  backface-visibility: hidden; 
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}
.case_box:before{
  content: ""; 
  position: absolute; 
  z-index: -1; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  background: #1E8BC3; 
  transform: scaleY(0); 
  transform-origin: 50% 0; 
  transition-property: transform; 
  transition-duration: 0.5s; 
  transition-timing-function: ease-out;
}
.case_in:hover .case_box:before{ 
  transform: scaleY(1);   
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*商盟*/
.bussiness {
    background: #1a6c96;
    padding: 30px 0;   
}
.bussiness h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  float: left;
}
.buss li {
  float:left;
  padding:0 20px; 
}
.buss a {
  color:#fff; 
  font-size: 16px;
}
/*底部*/
.footer {
  background: #1e8bc3;   
}
.footer a {
   color: #E4F1FE;
}
.foot_in {
  padding:20px 0;
}
.foot_in h4 {
  width:80px;
  color: #fff;
  margin: 10px 0 20px;
  padding-bottom: 15px;
  font-size: 18px;
  border-bottom:2px solid #E4F1FE;
}
.foot_txt p{
  color:#fff;
  line-height:35px;
}
.foot_txt a {
  margin: 10px 0;
}
.foot_type {
  color:#fff;
}
.foot_type li{
  line-height:30px; 
}
.foot_type li i {
  display:inline;
  color: #E4F1FE;
  padding-right: 10px;
  font-size: 1rem;
}
.foot_type li a {
  color:#fff;
}
.foot_type li a:hover{
  color:#f6bb19;
}
.foot_type li i.lar {
  font-size:16px;
}
.weix {
  padding: 40px 0;
}
.weix img {
  float: right;
  margin-right: 50px;
}
@media (min-width:768px) and (max-width:991px){
	.weix {
		padding: 40px 0;
		width:28%;
  }
}
.copyright {
    padding: 20px 0;
    color: #E4F1FE;
    background: #212832;
}
.copyright p {
  line-height:25px;
}

/*内页*/
.crumb {
	line-height: 50px;
    color: #000;
	border-bottom: 1px solid #e1e1e1;
}
.crumb a {
	color:#000;
}
.crumb i {
	display:inline;
	padding-right:10px;
}
.imain {
	background: #f3f3f4;
	padding: 20px 0;
}
/*关于我们*/
.sort {
	padding:20px 0;
	margin:0 auto;
}
.sort ul li {
	display:inline-block;
	margin:10px;
	font-size:16px;
}
.aboutcon p {
	line-height:35px;
	text-indent:2em;
}
.aboutcon img {
	display:block;
	max-width:100%;
	height:auto;
}
/*新闻*/
.newslist {
	background: #fff;
    padding: 15px;
	overflow:hidden;
}
.newslist ul li {
	border-bottom: 1px solid #f0f2f5;
    padding-bottom: 20px;
    margin-bottom: 20px;
	overflow: hidden;
}
.news_l img {
	display:block;
	max-width:100%;
	height:auto;
	margin:5px 0;
}
.news_r {
	padding: 15px 5px;
}
.news_r h3{
	font-size: 18px;
    margin-bottom: 15px;
}
.news_r h3  a{
	display:block;
	color:#000;
}
.news_r p.des {
	color: #76838f;
    font-size: 16px;
    margin-bottom: 10px;
}
.news_r p.info {
	color: #a3afb7;
    font-size: 16px;
}
.news_r p.info span {
	margin-right:10px;
}
.pages {
	padding: 30px 0 30px;
	text-align: center
}
.pages li {
	display: inline;
	margin:0 5px;
}
.pages li a {
	padding: 5px 8px;
	border: 1px solid #CCC;
	background: #fff;
	color: #a4a4a4;
	font-size:12px;
}
.pages li a:hover {
	padding: 3px 8px;
	border: 1px solid #428BCA;
	background: #1e8bc3;
	color: #fff;
	text-decoration: none;
}

.rightcon {
	background: #fff;
	padding: 15px;
}
.cates h4{
	background: #1e8bc3;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 20px;
    color: #fff;
	border-radius: 4px;
}
.cates ul li {
	margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f2f2f2;
}
.cates ul li i {
	display:inline;
	font-size: 0.5rem;
	color:#777;
	padding-right: 5px;
}
.cates ul li a {
	color:#777;
}
/*详细页面*/
.news_detail {
	background:#fff;
	padding:15px 10px;
}
.news_tit h1{
	font-size: 22px;
    margin-bottom: 10px;
}
.news_tit p {
	color: #a3afb7;
}
.news_info img{
	display:block;
	max-width:100%;
	height:auto;
	margin:5px 0;
}
.news_info p {
	line-height:35px;
}
.tag {
	margin:20px 0;
}
.tag a {
	display:block;
	border:1px solid #eee;
	border-radius: 3px;
	margin: 10px 0;
    padding: 5px;
}
.tag a:hover {
	border:1px solid #1e8bc3;
}
/*相关产品*/
.related_pro h4{
	background: #1e8bc3;
    padding: 0 15px;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    border-radius: 4px;
}
.related_pro ul {
	overflow:hidden;
}
.related_pro li {
	margin:20px 0;
}
.related_img {
	max-width:190px;
	max-height:190px;
	margin: 0 auto;
	overflow: hidden;
}
.related_img img{
	width:100%;
	height:100%;
	display:inline;
	cursor: pointer;  
	transition: all 0.6s;  
}  
.related_img img:hover{
	transform: scale(1.1);  
}
.related_pro li span {
	display:block;
	line-height:35px;
	background:#eee;
}
.related_pro li span a {
	color:#2a333c;
}
.related_pro li span a:hover {
	color:#13a0b2;
}

.para img {
	border: 1px solid #eee;
}
.para_item h1 {
	color: #13a0b2;
    font-size: 18px;
	font-weight:bold;
	padding-bottom: 15px;
}
.para_item {
	padding:20px 10px;
}
.para_item p {
	line-height:35px;
}
@media (max-width:768px) {
	.para_item {
		margin:10px 0;
	}
}
.news_detail h3{
	font-size: 22px;
    color: #1e8bc3;
    line-height: 40px;
}
.map img {
	max-width:none;
}
/*网站地图*/
.sitemap {
	margin:10px 0;
}
.sitemap h3 {
	margin:20px 0;
	font-size:16px;
}
.sitemap dl a {
	margin-right:10px;
}


@media (max-width:767px){
	body {
		padding-bottom:70px;
	}
}
/*移动端底部导航*/
.phonefooternav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99999;
}
.phonefooternav ul li {
  width: 25%;
  background: #494949;
  float: left;
  padding: 3px 0;
  border-right: 1px solid #666;
  list-style: none;
}
.phonefooternav ul li a {
  display: block;
  color: #fff;
  text-align: center;
}
.phonefooternav ul li a:hover{
	text-decoration: initial;
}
.phonefooternav ul li a i {
  display: block;
  font-size: 20px;
  padding: 10px 0;
}

